runtime.mheap.heapArenaAlloc (field)
6 uses
runtime (current package)
malloc.go#L578: mheap_.heapArenaAlloc.init(meta, arenaMetaSize, true)
malloc.go#L601: if mheap_.heapArenaAlloc.next <= p && p < mheap_.heapArenaAlloc.end {
malloc.go#L602: p = mheap_.heapArenaAlloc.end
malloc.go#L752: r = (*heapArena)(h.heapArenaAlloc.alloc(unsafe.Sizeof(*r), goarch.PtrSize, &memstats.gcMiscSys))
mheap.go#L159: heapArenaAlloc linearAlloc
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)